Skip to content

Add invoice chat panel with localStorage-backed off-chain messaging#190

Merged
Kingsman-99 merged 1 commit into
Stellar-split:mainfrom
lemarjohnny781:feature/invoice-chat-panel
Jun 1, 2026
Merged

Add invoice chat panel with localStorage-backed off-chain messaging#190
Kingsman-99 merged 1 commit into
Stellar-split:mainfrom
lemarjohnny781:feature/invoice-chat-panel

Conversation

@lemarjohnny781
Copy link
Copy Markdown
Contributor

Adds a simple off-chain invoice chat panel to the invoice detail page.

Introduces InvoiceChat.tsx
Stores invoice messages in localStorage under invoice-chat-{invoiceId}
Allows creator and recipients to exchange messages visible to all invoice parties
Displays sender as truncated wallet address and messages in chronological order
Disables chat input for wallets not listed on the invoice
Preserves mobile responsiveness for narrow screens

This feature provides lightweight in-app communication for invoice participants without requiring backend storage.

closes #107

@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 1, 2026

@lemarjohnny781 is attempting to deploy a commit to the kingsman-99's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Jun 1, 2026

@lemarjohnny781 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Kingsman-99 Kingsman-99 merged commit 3453fe1 into Stellar-split:main Jun 1, 2026
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build invoice recipient chat

2 participants